home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETFX.CAB / csc.rsp < prev    next >
Encoding:
Text File  |  2003-02-21  |  833 b   |  29 lines

  1. # This file contains command-line options that the C#
  2. # command line compiler (CSC) will process as part
  3. # of every compilation, unless the "/noconfig" option
  4. # is specified. 
  5.  
  6. # Reference the common Framework libraries
  7. /r:Accessibility.dll
  8. /r:Microsoft.Vsa.dll
  9. /r:System.Configuration.Install.dll
  10. /r:System.Data.dll
  11. /r:System.Design.dll
  12. /r:System.DirectoryServices.dll
  13. /r:System.dll
  14. /r:System.Drawing.Design.dll
  15. /r:System.Drawing.dll
  16. /r:System.EnterpriseServices.dll
  17. /r:System.Management.dll
  18. /r:System.Messaging.dll
  19. /r:System.Runtime.Remoting.dll
  20. /r:System.Runtime.Serialization.Formatters.Soap.dll
  21. /r:System.Security.dll
  22. /r:System.ServiceProcess.dll
  23. /r:System.Web.dll
  24. /r:System.Web.Mobile.dll
  25. /r:System.Web.RegularExpressions.dll
  26. /r:System.Web.Services.dll
  27. /r:System.Windows.Forms.Dll
  28. /r:System.XML.dll
  29.